Lucene search
+L
LinuxLinux Kernel

14999 matches found

CVE
CVE
added 2024/07/12 12:32 p.m.95 views

CVE-2024-40964

The CVE-2024-40964 issue is in the Linux kernel ALSA: hda: cs35l41, where cs35l41_hda_unbind() dereferenced a codec pointer when device index could be 0. The fix uses the codec pointer stored in the cs35l41_hda structure, preventing the null pointer dereference. Severity is MEDIUM (CVSSv3.1: 5.5)...

5.5CVSS7.1AI score0.00291EPSS
Save
CVE
CVE
added 2024/07/29 2:31 p.m.95 views

CVE-2024-41026

The CVE-2024-41026 issue affects the Linux kernel’s davinci_mmc driver: transmitted data size was not validated against sg_miter length, allowing a kernel panic when data exceeds sg_miter. The vulnerability is resolved by limiting the number of transmitted bytes to sg_miter->length (sgm->le...

7.8CVSS6.5AI score0.00258EPSS
Save
CVE
CVE
added 2024/07/29 3:48 p.m.95 views

CVE-2024-41086

CVE-2024-41086 affects the Linux kernel's bcachefs sb-downgrade handling. The root cause was insufficient validation in bch2_sb_downgrade_validate() for downgrade entries and in for_each_downgrade_entry() when input is malformed or a field extends past the superblock section. A fix was applied to...

7.8CVSS6.6AI score0.00213EPSS
Save
CVE
CVE
added 2024/07/30 7:45 a.m.95 views

CVE-2024-42099

The CVE-2024-42099 issue affects the Linux kernel on s390/dasd, where an invalid dereferencing of the indirect CCW data pointer (IDAW) could trigger a kernel panic in error paths. The root cause is that the CCW CDA pointer points to the IDAL, not directly to the data address, requiring translatio...

7.8CVSS6.4AI score0.00216EPSS
Save
CVE
CVE
added 2024/08/17 9:21 a.m.95 views

CVE-2024-43844

CVE-2024-43844 affects the Linux kernel’s wifi rt w89 GTK offload path. The issue stems from rtw89_fw_h2c_wow_gtk_ofld handling, where a sk_buff could be oversized, causing skb_panic in net/core/skbuff.c and a kernel crash (BUG at skbuff.c:192). Affected data path: wow GTK offload H2C, leading to...

5.5CVSS6.6AI score0.0018EPSS
Save
CVE
CVE
added 2024/08/21 12:06 a.m.95 views

CVE-2024-43872

CVE-2024-43872 affects the Linux kernel’s RDMA/hns CEQE handling. The issue is described as a soft lockup under heavy CEQE load when CEQEs are processed in the interrupt context; the fix moves CEQE handling to a BH workqueue and imposes an upper limit on CEQEs processed per work call. Connected a...

7.5CVSS6.5AI score0.00324EPSS
Save
CVE
CVE
added 2024/08/26 10:11 a.m.95 views

CVE-2024-44936

CVE-2024-44936 pertains to the Linux kernel driver for rt5033 power supply. The issue arose after reworking the driver to use devm_power_supply_register(), which dropped i2c_set_clientdata (and the remove callback), while other parts of the driver still relied on i2c clientdata, leading to kernel...

5.5CVSS6.9AI score0.0018EPSS
Save
CVE
CVE
added 2024/09/11 3:13 p.m.95 views

CVE-2024-45014

In CVE-2024-45014, Linux kernel s390/boot exposes a memory-muncertainty issue: when the kernel image is allocated, extra memory for offsetting the image start to align with the lower 20 bits of the KASLR base address was not accounted for, potentially allowing the kernel to access memory beyond i...

5.5CVSS5.1AI score0.00177EPSS
Save
CVE
CVE
added 2025/02/27 2:12 a.m.95 views

CVE-2024-58015

CVE-2024-58015 affects the Linux kernel wifi driver ath12k. The root cause is an out-of-bounds memory access in self-generated stats where an overly large length is passed to print_array_to_buf_index(). The fix reduces the buffer size by one to correct the upper bound. Impact is described as an o...

7.1CVSS6.8AI score0.00177EPSS
Save
CVE
CVE
added 2025/02/27 2:12 a.m.95 views

CVE-2025-21752

CVE-2025-21752 (Linux kernel, Btrfs) The issue arises when modifying keys in the RAID stripe-tree using btrfs_set_item_key_safe, which can lead to tree corruption. The root cause of the tree-order issue is not clearly detailed in the provided documents. A practical mitigation suggested in the sou...

5.5CVSS6.3AI score0.0017EPSS
Save
CVE
CVE
added 2025/05/01 12:55 p.m.95 views

CVE-2025-23153

The CVE-2025-23153 entry is confirmed with concrete details in connected sources: Linux kernel affected area is arm/crc-t10dif, where a bug caused an out-of-scope array access in crc_t10dif_arch(). The issue is fixed by the patch(es) referenced from kernel stable commits, addressing the use-after...

5.5CVSS6.5AI score0.00163EPSS
Save
CVE
CVE
added 2025/05/20 3:21 p.m.95 views

CVE-2025-37895

The CVE affects the Linux kernel BNXT Ethernet driver (bnxt_en). The root cause is in bnxt_init_chip() where a failure path triggers cancel_work_sync() on uninitialized dim work because BNXT_STATE_NAPI_DISABLED is not set during bnxt_open(). The fix sets BNXT_STATE_NAPI_DISABLED during initializa...

5.5CVSS6.5AI score0.00188EPSS
Save
CVE
CVE
added 2025/07/10 7:42 a.m.95 views

CVE-2025-38291

CVE-2025-38291 concerns the Linux kernel wifi driver ath12k. The issue arises when the host erroneously sends WMI commands to the firmware during a firmware crash/recovery, which can trigger a kernel call trace. The documented fix is to set ATH12K_FLAG_CRASH_FLUSH and ATH12K_FLAG_RECOVERY when th...

8.8CVSS6.7AI score0.00196EPSS
Save
CVE
CVE
added 2025/07/10 7:42 a.m.95 views

CVE-2025-38313

CVE-2025-38313 affects the Linux kernel in the bus: fsl-mc path. The issue is a double-free of mc_dev on error paths when the MC device is a DPRC, where mc_bus is allocated and mc_dev points to one field; only the mc_bus should be freed in that path. The description notes a fix/workaround impleme...

7.8CVSS6.5AI score0.00167EPSS
Save
CVE
CVE
added 2025/07/25 3:27 p.m.95 views

CVE-2025-38451

CVE-2025-38451 affects the Linux kernel’s md/md-bitmap code. The issue caused a GPF in bitmap_get_stats() when handling external or internal bitmaps due to missing super-block validation. The fix adds a super-block existence check for both internal and external cases, preventing the non-canonical...

5.5CVSS6.5AI score0.0015EPSS
Save
CVE
CVE
added 2025/07/28 11:21 a.m.95 views

CVE-2025-38489

CVE-2025-38489: In the Linux kernel (s390/BPF), the on-disk description notes that bpf_arch_text_poke() with new_addr == NULL caused intermittent panics; the fix re‑instates the previously removed correction from commit c730fce7c70c, restoring the intended behavior and adding a clarifying comment...

5.5CVSS6.3AI score0.0014EPSS
Save
CVE
CVE
added 2025/07/28 11:22 a.m.95 views

CVE-2025-38496

CVE-2025-38496 concerns the Linux kernel and relates to the dm-bufio component. The issue occurs when the DM_BUFIO client is configured with NO_SLEEP and verity integration, where buffer eviction could trigger scheduling in spin_lock_bh, potentially leading to a sleeping operation in an atomic co...

5.5CVSS6.2AI score0.00142EPSS
Save
CVE
CVE
added 2025/08/16 5:30 a.m.95 views

CVE-2025-38501

CVE-2025-38501 concerns the Linux kernel component ksmbd. The vulnerability arises from allowing repeated connections from the same IP, which can exhaust the server’s maximum connections and deny access to normal clients. The connected sources indicate a patch was applied to limit repeated connec...

7.5CVSS6.6AI score0.02103EPSS
Save
CVE
CVE
added 2025/08/16 9:34 a.m.95 views

CVE-2025-38502

Technical details beyond the initial description are not provided in the connected documents; no explicit product/version, impact specifics, or remediation are present here. Monitor for updates.

7.8CVSS6.4AI score0.00164EPSS
Save
CVE
CVE
added 2026/02/04 4:07 p.m.95 views

CVE-2026-23069

CVE-2026-23069 (Linux kernel) : In vsock/virtio, the credit calculation in virtio_transport_get_credit() can underflow when the peer’s advertised buffer (peer_buf_alloc) shrinks while data is in flight, potentially allowing more data to be queued than the peer can handle. The issue arises from un...

5.5CVSS5.4AI score0.00132EPSS
Save
CVE
CVE
added 2026/05/28 9:40 a.m.95 views

CVE-2026-46227

CVE-2026-46227 describes a race in the Linux kernel SCTP SENDALL path. The sctp_sendmsg() loop over ep->asocs caches the next entry in @tmp, then calls sctp_sendmsg_to_asoc() after dropping the socket lock, allowing a second thread to peel off the cached association and migrate it to a new end...

7.8CVSS5.8AI score0.00104EPSS
Save
CVE
CVE
added 2026/06/08 3:46 p.m.95 views

CVE-2026-46291

CVE-2026-46291 affects the Linux kernel crypto caam path, specifically hash_digest_key, where HMAC key bytes could be exposed via hex dumps when dynamic debugging is enabled. The reported fix changes the dumping approach to use print_hex_dump_devel() to avoid leaking sensitive HMAC key material a...

5.5CVSS5.4AI score0.00123EPSS
Save
CVE
CVE
added 2026/06/24 7:14 a.m.95 views

CVE-2026-52914

In the Linux kernel, the batman-adv component is affected by CVE-2026-52914. The root cause is an accounting bug where the accumulated fragment length used for validating queued fragment chains can be truncated during updates. This allows malformed fragment chains to bypass validation and drive r...

9.8CVSS5.7AI score0.00513EPSS
Save
CVE
CVE
added 2026/06/25 8:39 a.m.95 views

CVE-2026-53225

The CVE-2026-53225 entry describes a Linux kernel SCTP vulnerability in __sctp_rcv_asconf_lookup() where an unauthenticated peer can send a truncated ASCONF chunk; the code may read 16 bytes of uninitialized memory past the address parameter when the chunk’s length is misdeclared. Affected compon...

9.1CVSS5.7AI score0.00514EPSS
Save
CVE
CVE
added 2001/05/07 4:00 a.m.94 views

CVE-2001-0317

The CVE covers a race condition in Linux kernel ptrace handling that lets an unprivileged local user attach to and modify a running setuid process to gain root. Affected: Linux kernel 2.2.x and 2.4.x (ptrace/procfs/execve paths cited). Root cause: race in ptrace usage during privileged operations...

3.7CVSS6.5AI score0.00716EPSS
SaveWeb
CVE
CVE
added 2016/05/02 10:00 a.m.94 views

CVE-2003-1604

CVE-2003-1604 relates to the Linux kernel vulnerability in net/netfilter/nf_nat_redirect.c: nf_nat_redirect_ipv4. The connected Nessus entries indicate that Linux kernels before 4.4 are affected, where remote attackers can cause a denial of service (NULL pointer dereference/system crash) by sendi...

7.8CVSS8.6AI score0.03752EPSS
Save
CVE
CVE
added 2004/02/03 5:00 a.m.94 views

CVE-2004-0003

Technical details for CVE-2004-0003 are not publicly available in the provided documents. No concrete description of affected component, root cause, or remediation is present; monitor for updates from the sources.

4.6CVSS5.8AI score0.00444EPSS
Save
CVE
CVE
added 2004/04/16 4:00 a.m.94 views

CVE-2004-0109

CVE-2004-0109 describes a buffer overflow in the Linux kernel ISO9660 filesystem for 2.4/2.5/2.6, allowing local users with physical access to overflow kernel memory and execute arbitrary code via a malformed CD containing a long symbolic link entry. The connected documents do not provide additio...

4.6CVSS6.6AI score0.00557EPSS
Save
CVE
CVE
added 2004/10/26 4:00 a.m.94 views

CVE-2004-0685

The CVE-2004-0685 issue affects Linux kernel 2.4 USB drivers that use copy_to_user on uninitialized structures, enabling local attackers to read memory not cleared from prior usage and potentially leak sensitive information. The description specifies local/partial impacts on confidentiality and i...

4.6CVSS5.3AI score0.00477EPSS
Save
CVE
CVE
added 2004/11/19 5:00 a.m.94 views

CVE-2004-0986

The CVE-2004-0986 issue affects iptables before 1.2.11, where under certain conditions the required modules fail to load at system startup, causing firewall rules to not be loaded and leaving the system potentially exposed to remote attackers. Connected advisories (SUSE, Debian DSA-580-1, Ubuntu ...

7.5CVSS6.3AI score0.0189EPSS
Save
CVE
CVE
added 2004/12/22 5:00 a.m.94 views

CVE-2004-1056

CVE-2004-1056 involves the Direct Rendering Manager (DRM) drivers in Linux kernel 2.6. It is caused by insufficient DMA lock checking, which could allow an authorized client to send arbitrary values to the video card, potentially causing an X server crash or modifying the video output. The vulner...

6.4CVSS5.2AI score0.03268EPSS
Save
CVE
CVE
added 2005/08/16 4:00 a.m.94 views

CVE-2005-2555

CVE-2005-2555 affects the Linux kernel 2.6.x line. The issue is that socket policy access is not properly restricted to users with the CAP_NET_ADMIN capability, potentially allowing local users to perform unauthorized activities. The vulnerability is associated with the IPv4 and IPv6 socket glue ...

4.6CVSS5.3AI score0.00446EPSS
Save
CVE
CVE
added 2005/09/06 4:00 a.m.94 views

CVE-2005-2801

CVE-2005-2801 concerns a bug in the ext2/ext3 file system code of the Linux kernel 2.6 where sharing xattr blocks fails to consistently compare name_index fields, potentially causing default ACLs to be applied incorrectly and exposing wrong ACLs for files. Connected advisories (RHSA-2005/2006 and...

7.5CVSS7.3AI score0.0337EPSS
Save
CVE
CVE
added 2005/10/20 4:00 a.m.94 views

CVE-2005-3275

CVE-2005-3275 describes a race in the Linux kernel NAT code (ip_nat_proto_tcp.c and ip_nat_proto_udp.c) where a variable is incorrectly declared static. This enables a remote attacker to cause memory corruption by NATing two packets for the same protocol simultaneously, leading to a denial of ser...

2.6CVSS5.8AI score0.03344EPSS
Save
CVE
CVE
added 2005/12/22 11:00 p.m.94 views

CVE-2005-3660

CVE-2005-3660 affects the Linux kernel 2.4.x and 2.6.x. The vulnerability occurs when a process creates a large number of connected file descriptors or socketpairs and uses a large data transfer buffer, which can exhaust memory and cause a kernel panic or denial of service. The underlying issue c...

4.9CVSS8.9AI score0.00402EPSS
Save
CVE
CVE
added 2006/05/18 7:00 p.m.94 views

CVE-2006-1528

CVE-2006-1528 affects the Linux kernel prior to 2.6.13. The vulnerability arises in the sg (SCSI generic) driver’s handling of memory-mapped I/O space during a dio transfer, allowing a local user to trigger a crash ( Denial of Service ). The connected documents confirm the issue is located in the...

4.9CVSS6.9AI score0.00441EPSS
Save
CVE
CVE
added 2006/06/23 10:00 a.m.94 views

CVE-2006-2448

Concrete details found: CVE-2006-2448 affects the Linux kernel on PowerPC, specifically versions before 2.6.16.21 and 2.6.17. The root cause is missing access_ok checks in PowerPC signal handling (signal_64.c, potentially signal_32.c). Impact as stated: local users could read arbitrary kernel mem...

5.6CVSS7.2AI score0.00366EPSS
Save
CVE
CVE
added 2006/07/10 7:00 p.m.94 views

CVE-2006-2936

CVE-2006-2936 affects the ftdi_sio USB/serial driver in Linux kernels 2.6.x (up to at least 2.6.17). The issue lets local users trigger memory consumption DoS by writing more data to a serial port than the hardware can handle, causing queued data and potential resource exhaustion. Public referenc...

7.8CVSS7AI score0.0296EPSS
Save
CVE
CVE
added 2006/11/22 1:00 a.m.94 views

CVE-2006-6053

CVE-2006-6053 affects the Linux kernel 2.6.x: the ext3fs_dirhash function can crash the kernel via a malformed ext3 stream, enabling a local user to cause a denial of service. The issue is tied to the ext3 filesystem code in the 2.6.x series and is listed among kernel vulnerabilities addressed by...

4.9CVSS6.9AI score0.00534EPSS
Save
CVE
CVE
added 2007/05/08 11:00 p.m.94 views

CVE-2007-2525

CVE-2007-2525 : Memory leak in the Linux kernel PPPoE socket implementation allows a local user to cause a denial of service by creating a socket with connect and releasing it before PPPIOCGCHAN is initialized. Affected: Linux kernel before 2.6.21-git8. Impact: memory consumption leading to DoS. ...

4.9CVSS6.9AI score0.00405EPSS
Save
CVE
CVE
added 2008/01/29 7:00 p.m.94 views

CVE-2007-6694

CVE-2007-6694 : A NULL pointer dereference in the CHRP PowerPC kernel code (chrp_show_cpuinfo in setup.c) may be triggered when of_get_property fails, potentially enabling a local denial-of-service (crash) on Linux kernel 2.4.21–2.6.18-53 running on PowerPC. Connected advisories (RHSA/ELSA) indic...

7.8CVSS5.6AI score0.02589EPSS
Save
CVE
CVE
added 2008/02/12 8:00 p.m.94 views

CVE-2008-0010

CVE-2008-0010 concerns the Linux kernel vulnerability in copy_from_user_mmap_sem (fs/splice.c) affecting kernels 2.6.22 through 2.6.24. The root cause is a failure to validate a userspace pointer before dereferencing, which allows a local attacker to read from arbitrary kernel memory locations. A...

2.1CVSS5.8AI score0.00894EPSS
Save
CVE
CVE
added 2008/07/02 4:00 p.m.94 views

CVE-2008-2372

CVE-2008-2372 affects the Linux kernel versions 2.6.24 and 2.6.25 before 2.6.25.9. The root cause is a lack of ZERO_PAGE optimization in get_user_pages, causing the allocation of many useless newly zeroed pages and enabling a local user to trigger a denial of service through memory exhaustion. Th...

4.9CVSS5.1AI score0.00387EPSS
Save
CVE
CVE
added 2010/01/27 5:00 p.m.94 views

CVE-2009-3556

The CVE-2009-3556 issue is confirmed in multiple connected sources: a Red Hat qla2xxx NPIV-related configuration step in the Linux kernel (2.6.18 on RHEL5) leaves /sys/class/scsi_host/vport_create and /sys/class/scsi_host/vport_delete world-writable, enabling local users to alter SCSI host attrib...

1.9CVSS7AI score0.00383EPSS
SaveWeb
CVE
CVE
added 2009/12/02 4:00 p.m.94 views

CVE-2009-4026

CVE-2009-4026 affects the Linux kernel mac80211 subsystem prior to 2.6.32-rc8-next-20091201. A crafted Delete Block ACK (DELBA) packet can cause a remote denial of service (panic) due to an erroneous “code shuffling patch.” A fix is provided in the patch referenced as 2.6.32-rc8-next-20091201, an...

7.8CVSS6.5AI score0.0306EPSS
Save
CVE
CVE
added 2010/03/19 7:00 p.m.94 views

CVE-2009-4271

CVE-2009-4271 affects Linux kernel 2.6.9–2.6.17 on x86_64/amd64. A local unprivileged user can trigger a NULL pointer dereference when a crafted 32-bit process calls mprotect on the Virtual Dynamic Shared Object (VDSO) page, potentially causing a kernel panic (DoS). The issue is tied to memory pr...

4.7CVSS5.8AI score0.00324EPSS
Save
CVE
CVE
added 2010/05/21 5:00 p.m.94 views

CVE-2010-1436

CVE-2010-1436 involves the Linux kernel 2.6.18 (and possibly other versions) where the gfs2_quota struct can span two pages, leading to an out-of-bounds write and a local denial of service (kernel panic) when manipulating gfs2 and ext3 file systems. The MiracleLinux AXSA-2010-377:12 advisory list...

4.9CVSS6.4AI score0.00441EPSS
Save
CVE
CVE
added 2019/12/26 6:44 p.m.94 views

CVE-2011-1474

CVE-2011-1474 affects pax-linux versions 2.6.32.33-test79.patch, 2.6.38-test3.patch, and 2.6.37.4-test14.patch. The root cause is a bad bounds check in arch_get_unmapped_area_topdown triggered by mmap after a MAP_GROWSDOWN mmap, which can loop indefinitely and not release the VM semaphore, potent...

5.5CVSS5.4AI score0.0035EPSS
Save
CVE
CVE
added 2013/06/08 10:00 a.m.94 views

CVE-2011-2942

CVE-2011-2942 is tied to a Red Hat patch affecting the Linux kernel 2.6.18-... on RHEL 5. The issue is in the bridge forward path, specifically br_forward.c __br_deliver, enabling a remote attacker on a bridged network to trigger a NULL pointer dereference and system crash (DoS) or potentially ot...

6.8CVSS8.3AI score0.01786EPSS
Save
CVE
CVE
added 2013/03/14 8:00 p.m.94 views

CVE-2012-6540

CVE-2012-6540 affects the Linux kernel prior to 3.6: do_ip_vs_get_ctl in net/netfilter/ipvs/ip_vs_ctl.c does not initialize a structure for IP_VS_SO_GET_TIMEOUT, enabling local users to read sensitive data from kernel stack memory via a crafted application. Advised fix is upgrading to a kernel wi...

1.9CVSS5.5AI score0.00359EPSS
Save
Total number of security vulnerabilities14999